Appliance Networking Dns Servers DNSServerConfig
Appliance Networking Dns Servers DNSServerConfig
Appliance Networking Dns Servers DNSServerConfig schema This structure represents the configuration state used to determine DNS servers.
JSON Example
{
"mode": "string",
"servers": [
"string"
]
}
string
mode
Required
Define how to determine the DNS servers. Leave the servers argument empty if the mode argument is "DHCP". Set the servers argument to a comma-separated list of DNS servers if the mode argument is "static". The DNS server are assigned from the specified list.
For more information see: Appliance Networking Dns Servers DNSServerMode.
array of
string
servers
Required
List of the currently used DNS servers.